html {
    color: #000
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    word-break:break-all;
    font-family: "PingFang SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB",  微软雅黑, STHeiti,  "WenQuanYi Micro Hei", SimSun, sans-serif;
}
button{outline: none;}

*{
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
.head_nav {
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9; }
  .head_nav .nav_box {
    width: 1200px;
    margin: 0 auto; }
    .head_nav .nav_box .logo, .head_nav .nav_box .logo2 {
      float: left;
      width: 180px;
      height: 36px;
      margin: 12px 64px 0 0; }
      .head_nav .nav_box .logo img, .head_nav .nav_box .logo2 img {
        width: 180px;
        height: 36px; }
    .head_nav .nav_box > ul {
      float: right; }
      .head_nav .nav_box > ul li {
        margin-right: 40px;
        float: left;
        height: 60px;
        font-size: 16px; }
        .head_nav .nav_box > ul li > a {
          color: #fff;
          padding: 19px 0 0 0;
          display: block;
          text-align: center; }
          .head_nav .nav_box > ul li > a .line {
            margin: 6px auto 0;
            width: 30px;
            display: block;
            height: 4px;
            border-radius: 3px; }
      .head_nav .nav_box > ul .li2 .childWrap {
        display: none;
        position: absolute;
        width: 166px;
        padding: 20px 0;
        background: #fff;
        box-shadow: 0px 3px 6px 0px rgba(6, 101, 75, 0.15);
        border-radius: 10px;
        margin-left: -85px;
        top: 50px; }
        .head_nav .nav_box > ul .li2 .childWrap .jiao {
          position: absolute;
          width: 12px;
          height: 12px;
          background: #fff;
          transform: rotate(45deg);
          left: 95px;
          top: -6px; }
        .head_nav .nav_box > ul .li2 .childWrap .childBox {
          width: 100%;
          overflow: hidden; }
          .head_nav .nav_box > ul .li2 .childWrap .childBox div {
            padding-left: 20px;
            height: 40px;
            line-height: 40px; }
            .head_nav .nav_box > ul .li2 .childWrap .childBox div a {
              color: #3E464C;
              display: block;
              font-size: 14px; }
          .head_nav .nav_box > ul .li2 .childWrap .childBox div:hover {
            background: #F5F6F7; }
            .head_nav .nav_box > ul .li2 .childWrap .childBox div:hover a {
              color: #4278f5;
              font-size: 14px;
              display: block; }
      .head_nav .nav_box > ul .li2:hover .childWrap {
        display: block; }
      .head_nav .nav_box > ul .li2:hover a .line {
        background: none; }
      .head_nav .nav_box > ul .li1:hover .line, .head_nav .nav_box > ul .act .line {
        background: #fff; }
  .head_nav .freeTrial_btn {
    width: 100px;
    height: 32px;
	line-height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    border: 1px solid white;
    margin-top: 14px;
    float: right;
    font-size: 16px;
    color: #fff;
    cursor: pointer; }
  .head_nav .freeTrial_btn:hover {
    background: #FFFFFF;
    color: #4278f5; }

.head_nav2 {
  display: none;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(6, 101, 75, 0.15);
  border-bottom: 1px solid #E0E4EA; }
  .head_nav2 .nav_box ul li a {
    color: #3E464C; }
  .head_nav2 .nav_box ul li.li1:hover > a, .head_nav2 .nav_box > ul > li.act > a {
    color: #4278f5; }
    .head_nav2 .nav_box ul li.li1:hover > a .line, .head_nav2 .nav_box > ul > li.act > a .line {
      background: #4278f5; }
  .head_nav2 .freeTrial_btn {
    background: #4278f5;
    border: 1px solid #4278f5; }
  .head_nav2 .freeTrial_btn:hover {
    background: #2461EF;
    color: #fff; }

body {
  min-width: 1200px;
  overflow-x: hidden; }

footer {
  background: #3D3E4A;
  overflow: hidden; }
  footer .footerT {
    padding-top: 45px;
    overflow: hidden; }
    footer .footerT dl {
      float: left; }
      footer .footerT dl dt {
        color: #fff;
        font-size: 15px;
        margin-bottom: 30px;
        letter-spacing: 1px; }
      footer .footerT dl dd > div {
        margin-bottom: 10px;
        letter-spacing: 1px; }
        footer .footerT dl dd > div:last-child {
          margin: 0; }
      footer .footerT dl dd a {
        color: #9E9FA5;
        font-size: 14px; }
        footer .footerT dl dd a:hover {
          color: #fff; }
      footer .footerT dl dd p {
        color: #9E9FA5;
        font-size: 14px;
        margin-bottom: 11px; }
    footer .footerT dl:nth-child(2) {
      width: 100px;
      margin-right: 65px; }
    footer .footerT dl:nth-child(3) {
      width: 100px;
      margin-right: 65px; }
    footer .footerT dl:nth-child(4) {
      width: 100px;
      margin-right: 65px; }
    footer .footerT dl:nth-child(5) {
      width: 370px; }
    footer .footerT .qrCode {
      float: left;
      width: 265px;
	  text-align: center;
      color: #A2A5AC;
      margin-right: 65px;
      font-size: 12px; }
      footer .footerT .qrCode img {
        width: 110px;
        height: 110px; }
  footer .footerT .phone {
	font-size: 22px;
	margin-top: -5px;
	margin-bottom: 28px;
	color: #fff; }
  footer .friendLink {
    margin-top: 24px;
    border-top: 1px solid #585f6f;
    overflow: hidden;
    color: #a2a5ac;
    padding: 10px 0;
    line-height: 2em;
    font-size: 14px; }
    footer .friendLink .widthBase div {
      width: 1120px; }
    footer .friendLink .widthBase p {
      width: 80px; }
    footer .friendLink .widthBase div, footer .friendLink .widthBase p {
      float: left; }
    footer .friendLink a {
      display: inline-block;
      color: #a2a5ac;
      margin-left: 30px; }
  footer .footerBottom {
    font-size: 12px;
    color: #666B76;
    text-align: center;
    background: #3D3E4A;
    line-height: 24px;
    padding-bottom: 10px; }
    footer .footerBottom a {
      color: #666B76; }
    footer .footerBottom a:hover {
      color: #fff; }

.widthBase {
  width: 1200px;
  margin: 0 auto; }


#calculation {
  width: 100%;
  height: 100%;
  display: none;
  margin: 0 auto;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 99999; }
  #calculation .calculation_box {
    background: #fff;
    width: 801px;
    height: 590px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 13px; }
    #calculation .calculation_box .phone_box {
      margin: 0 40px 40px; }
      #calculation .calculation_box .phone_box .input {
        height: 50px;
        display: flex;
        align-items: center; }
        #calculation .calculation_box .phone_box .input #calculation_phone {
          flex: 1;
          height: 100%;
          border: 1px solid #e5e5e5;
          padding-left: 15px; }
        #calculation .calculation_box .phone_box .input ::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #999; }
        #calculation .calculation_box .phone_box .input :-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #999; }
        #calculation .calculation_box .phone_box .input ::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #999; }
        #calculation .calculation_box .phone_box .input :-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #999; }
        #calculation .calculation_box .phone_box .input .calculation_btn {
          cursor: pointer;
          height: 100%;
          line-height: 50px;
          width: 310px;
          text-align: center;
          background: #4278f5;
          color: #fff; }
      #calculation .calculation_box .phone_box #calculation_telError {
        color: red;
        font-size: 12px; }
    #calculation .calculation_box .header {
      box-sizing: border-box;
      width: 100%;
      height: 180px;
      background: url("../images/calculation-pc.png") no-repeat center;
      background-size: 100% 100%; }
      #calculation .calculation_box .header .info {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #calculation .calculation_box .header .info .title {
          font-size: 26px;
          color: #fff;
          font-weight: 600;
          line-height: 37px; }
        #calculation .calculation_box .header .info .time-clock {
          font-size: 20px;
          color: #fff;
          text-align: center; }
          #calculation .calculation_box .header .info .time-clock .clock-msg {
            font-size: 14px;
            margin-bottom: 10px; }
          #calculation .calculation_box .header .info .time-clock .time {
            border-radius: 3px;
            padding: 4px 6px;
            background: #FF8A30; }
    #calculation .calculation_box .close {
      position: absolute;
      top: 10px;
      right: 20px;
      width: 15px;
      cursor: pointer; }
  #calculation .calculation_list {
    margin: 0 40px; }
    #calculation .calculation_list .calculation_item {
      font-size: 18px;
      margin-bottom: 30px; }
      #calculation .calculation_list .calculation_item .xing {
        margin-right: 5px;
        color: red;
        font-size: 10px; }
      #calculation .calculation_list .calculation_item .box {
        font-size: 18px;
        color: #3E464C;
        font-weight: 400;
        line-height: 22px; }
        #calculation .calculation_list .calculation_item .box label {
          cursor: pointer;
          font-size: 14px;
          margin-right: 30px; }
          #calculation .calculation_list .calculation_item .box label .radio {
            cursor: pointer;
            margin-right: 12px; }
          #calculation .calculation_list .calculation_item .box label .radio:checked:before {
            content: '';
            background: #44D7B6;
            display: inline-block;
            border-radius: 50%;
            vertical-align: middle;
            border: 1px solid #44D7B6; }
      #calculation .calculation_list .calculation_item .error-info {
        display: none;
        color: red;
        font-size: 12px; }

#tcbg, #tcbg-error {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 33333;
  background: rgba(0, 0, 0, 0.6);
  display: none; }
  #tcbg .tanchaung, #tcbg-error .tanchaung {
    width: 470px;
    height: 320px;
    position: fixed;
    text-align: center;
    top: 50%;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 22;
    margin-top: -160px;
    background: #fff;
    border-radius: 10px; }
  #tcbg img, #tcbg-error img {
    margin: 40px auto 20px; }
  #tcbg p, #tcbg-error p {
    color: #68747F;
    font-size: 16px; }
  #tcbg .tit, #tcbg-error .tit {
    line-height: 33px;
    margin-bottom: 6px;
    color: #3e464c;
    font-size: 24px;
    font-weight: 500; }
  #tcbg #close_btn, #tcbg #close_btn_error, #tcbg-error #close_btn, #tcbg-error #close_btn_error {
    width: 136px;
    height: 40px;
    background: #4278f5;
    border-radius: 4px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 16px;
    outline: none;
    border: 0;
    cursor: pointer; }
  #tcbg #close_btn_error, #tcbg-error #close_btn_error {
    background: #E02020; }
  #tcbg #close_btn:hover, #tcbg-error #close_btn:hover {
    background: #2461EF; }

body {
  letter-spacing: 1px; }

.widthBase {
  width: 1200px;
  margin: 0 auto; }

#calculation_btn {
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: fixed;
  left: 0;
  bottom: 90px;
  text-align: center;
  cursor: pointer;
  z-index: 9999; }
  #calculation_btn img {
    width: 100%;
    border-radius: 50%; }
  #calculation_btn .msg {
    color: #44D7B6;
    font-size: 12px;
    text-align: center; }

.module5 {
  height: 250px;
  background: #4278f5 url("../images/module5Bg.png") no-repeat center;
  background-size: 100% 100%; }
  .module5 .widthBase {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .module5 p.tit {
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 60px 0 30px 0;
    letter-spacing: 1px; }
  .module5 .freeTrial_btn {
    width: 150px;
    height: 48px;
    background: white;
    box-shadow: 0px 3px 6px 0px rgba(4, 90, 66, 0.2);
    border-radius: 5px;
    color: #4278f5;
    font-size: 16px;
    border: 0;
    cursor: pointer; }
  .module5 .freeTrial_btn:hover {
    background: #E7EBEA; }
    
